瀏覽代碼

sync chart legend COB color to COB line color

Andreas Stokholm 2 年之前
父節點
當前提交
37d5167baa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

+ 2 - 2
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

@@ -582,9 +582,9 @@ extension MainChartView {
                         .font(.system(size: 10, weight: .bold)).foregroundColor(.zt)
                 }
                 Group {
-                    Circle().fill(Color.loopYellow).frame(width: 8, height: 8).padding(.leading, 8)
+                    Circle().fill(Color.orange).frame(width: 8, height: 8).padding(.leading, 8)
                     Text("COB")
-                        .font(.system(size: 10, weight: .bold)).foregroundColor(.loopYellow)
+                        .font(.system(size: 10, weight: .bold)).foregroundColor(Color.orange)
                 }
                 Group {
                     Circle().fill(Color.uam).frame(width: 8, height: 8)